Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.threed.jsf.types--types

This contribution is part of XML component org.nuxeo.ecm.platform.threed.jsf.types inside nuxeo-platform-3d-jsf-9.10.jar /OSGI-INF/threed-types-contrib.xml

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="ThreeD">
          <label>3D</label>
          <default-view>view_documents</default-view>
          <icon>/icons/3d.png</icon>
          <bigIcon>/icons/3d_big.png</bigIcon>
          <category>SimpleDocument</category>
          <description>ThreeD.description</description>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
          <layouts mode="drive">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
        </type>

    ThreeD.description

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <type id="ThreeD">
      <label>3D</label>
      <default-view>view_documents</default-view>
      <icon>/icons/3d.png</icon>
      <bigIcon>/icons/3d_big.png</bigIcon>
      <category>SimpleDocument</category>
      <description>ThreeD.description</description>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
      <layouts mode="drive">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
    </type>
    
  </extension>